@charset "UFT-8";

@media screen and (max-width: 500px) {



    @font-face {
        font-family: "meshed-display-black";
        src: url("../fonts/MeshedDisplay-Black.otf") format("truetype");
    }

    @font-face {
        font-family: "Zen Old Mincho";
        src: url("../fonts/ZenOldMincho-Bold.ttf") format("truetype");
    }

    body {
        background-color: #B61D22;
    }

    p {
        color: black;
    }

    /*ヘッダー*/
    .header-red {
        position: fixed;
        top: 0;
        left: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        background-color: #B61D22;
        height: 60px;
        padding: 0 2.5%;
        margin: 0 auto;
        z-index: 1000;
    }

    /* header-is-red */
    .sp-specialz-content {
        display: flex;
        width: 80px;
        height: 20px;
    }

    .sp-specialz-content a {
        color: #fff;
        font-size: 24px;
        font-family: "meshed-display-black";
    }

    .sp-only {
        width: 100px;
    }

    .pc-only {
        display: none;
    }

    .pc-only img {
        display: none;
    }

    /* ヘッダーが赤の場合 */
    .button-white {
        width: 38px;
        height: 38px;
        cursor: pointer;
        z-index: 1100;
        position: fixed;
        top: 14px;
        right: 2.5%;
    }

    /* ３本線 */
    .button-white span {
        display: block;
        width: 38px;
        height: 2px;
        background-color: #fff;
        margin: 6px 0;
        transition: all 0.6s;
    }

    .button-white.is-active span:nth-of-type(1) {
        top: 8px;
        transform: translateX(12%) rotate(45deg);
        background: #fff;
        position: absolute;
    }

    .button-white.is-active span:nth-of-type(2) {
        display: none;
    }

    .button-white.is-active span:nth-of-type(3) {
        top: 8px;
        transform: translateX(12%) rotate(-45deg);
        background: #fff;
        position: absolute;
    }

    .button-white span:nth-of-type(1) {
        top: 8px;
    }

    .button-white span:nth-of-type(2) {
        top: 23px;
    }

    .button-white span:nth-of-type(3) {
        top: 39px;
    }



    .inner-nav {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        box-sizing: border-box;
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 1050;
        height: 80vh;
        width: 100%;
        background: #B61D22;
        transition: all 0.6s;
    }

    .pc-only ul {
        display: none;
    }


    .inner-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 60px;
        padding: 0 2.5%;
        margin: 0 auto;
    }

    .inner-header-title a {
        font-size: 24px;
        color: #fff;
        font-family: meshed-display-black;
    }

    .main-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: auto;
        padding: 0 40px;
    }

    .main-logo {
        max-width: 480px;
        margin: 0 auto;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .main-logo img {
        margin: 0 auto;
        width: 160px;
    }

    .main-list {
        max-width: 480px;
        margin: 0 auto;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .menu-list {
        list-style-type: none;
        display: flex;
        margin-top: 40px;
    }

    .menu-list li {
        padding-bottom: 24px;
    }

    .menu-list a {
        color: #fff;
        font-size: 24px;
        font-family: meshed-display-black;
    }

    .hb-insta-logo {
        width: 24px;
        height: auto;
    }

    .main-box2 {
        display: flex;
        justify-content: flex-end;
        width: 100%;
        height: 130px;
        padding: 0 40px;
    }

    .policy {
        list-style-type: none;
        display: flex;
    }

    .policy li {
        padding-bottom: 18px;
    }

    .policy a {
        color: #fff;
        font-size: 12px;
        font-family: meshed-display-black;
    }

    .inner-nav.is-active {
        right: 0;
    }

    /*ヘッダーここまで*/


    /*メイン*/

    .zen-old-mincho-regular {
        font-family: "Zen Old Mincho", serif;
        font-weight: 700;
        font-style: normal;
    }

    .collection-title {
        text-align: center;
        font-size: 40px;
        font-family: "meshed-display-black";
        color: #FFF;
        background-color: #B61D22;
        padding-top: 145px;
        padding-bottom: 70px;
    }

    main {
        background-color: #fff;
        width: 90%;
        margin: 0 auto;
    }


    .subtitle {
        font-size: 20px;
        font-family: "meshed-display-black";
        text-align: center;
        padding-top: 40px;
    }

    .co_top {
        display: none;
    }

    .co_top2 {
        display: none;
    }

    .co_top_sp {
        display: flex;
        justify-content: space-between;
        margin: 70px auto;
        max-width: 900px;
        width: 90%;
    }

    .co_top_sp img {
        width: 48%;
        height: auto;
    }

    .co_top_sp {
        width: 90%;
        margin: 32px auto;
    }

    .co_top_sp2 {
        text-align: center;
    }

    .co_top_sp2 img {
        width: 100%;
        max-width: 256px;
    }

    .co_middle {
        margin: 46px auto;
        max-width: 90%;
        text-align: center;
    }

    .subtitle2 {
        font-size: 24px;
        margin-top: 40px;
        margin-bottom: 24px;
        font-family: "Zen Old Mincho", serif;
        font-weight: 700;
        font-style: normal;
    }

    .co_middle-text {
        display: inline-block;
        width: 100%;
        line-height: 1.8;
        height: auto;
        text-align-last: left;
        font-family: "Zen Old Mincho", serif;
        font-weight: 700;
        font-style: normal;
    }

    .co_slide {
        display: none;
    }

    .slider {
        width: 90%;
        height: auto;
        margin-bottom: 40px;
        margin: 0 auto;
    }

    .co_bottom_pc {
        display: none;
    }

    .co_bottom_pc1 {
        display: none;
    }

    .co_bottom_pc2 {
        display: none;
    }

    .co_bottom_sp {
        min-width: 314px;
        width: 100%;
        text-align: center;
        margin: 42px auto 80px auto;
    }

    .co_bottom_sp1 {
        width: 90%;
    }

    .co_bottom_sp2 {
        width: 80%;
        padding: 32px 0;
    }

    /*メインここまで*/


    /* フッターここから */

    .footer {
        width: 100%;
        height: 530px;
        background-color: #fff;
    }

    .logo-box {
        width: 100%;
        height: 60px;
    }

    .footer-logo {
        display: flex;
        width: 46px;
        padding-top: 38px;
        margin: 0 auto;
    }

    .menu {
        position: relative;
        margin-left: 24px;
    }

    .teamB {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }

    .footer-content1 {
        list-style-type: none;
        display: flex;
        margin-top: 30px;
        margin-left: 24px;
        width: 230px;
        height: 212px;
    }

    .footer-content1 li {
        padding-bottom: 30px;
    }

    .footer-content1 a {
        color: black;
        font-size: 16px;
        font-family: "meshed-display-black";
    }

    .footer-content2 {
        list-style-type: none;
        margin-top: 30px;
        margin-left: 24px;
        width: 230px;
        height: 100px;
    }

    .footer-content2 li {
        padding-bottom: 26px;
    }

    .insta-blacklogo {
        width: 24px;
        height: auto;
    }

    .footer-content2 a {
        color: black;
        font-size: 16px;
        font-family: "meshed-display-black";
    }

    .footer-content3 {
        list-style-type: none;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }

    .footer-content3 ul {
        display: flex;
        text-align: center;
    }

    .footer-content3 li {
        width: 100px;
    }

    .footer-content3 a {
        color: black;
        font-size: 12px;
        font-family: "meshed-display-black";
    }

    .copyright {
        display: flex;
        margin: 0 auto;
    }

    .copycontent {
        display: flex;
        justify-content: center;
        margin: 30px 0;
        width: 100%;
        font-family: "meshed-display-black";
    }

    .copyright p {
        color: black;
        font-size: 8px;
    }

    /* フッターここまで */

}